home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Logout.aspx110 < prev    next >
Text File  |  2007-12-14  |  2KB  |  46 lines

  1. <%@ Page language="c#" Inherits="gbweb.Logout" CodeFile="Logout.aspx.cs" culture="auto" uiculture="auto" %>
  2. <%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header.ascx" %>
  3. <%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer.ascx" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
  5. <html>
  6.   <head>
  7.     <title>GBPVR - Logout</title>
  8.     <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  9.     <meta name="CODE_LANGUAGE" Content="C#">
  10.     <meta name=vs_defaultClientScript content="JavaScript">
  11.     <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
  12.     <link rel="stylesheet" type="text/css" href="<%=System.Convert.ToString(Session["theme"])%>/styles.css">
  13.     <link rel="shortcut icon" type="image/gif" href="<%=System.Convert.ToString(Session["theme"])%>/favicon.gif">
  14.   </head>
  15.   <body class="tabbedpage">
  16.     <form id="Form1" method="post" runat="server">
  17.         <gbpvr:Header id="header" runat="server" ActiveTab="logout" />
  18.         <table border="0" cellspacing="0" cellpadding="0" width="100%">
  19.             <tr>
  20.                 <td colspan="2"><img src="public/t.gif" width="1" height="14" border="0"></td>
  21.             </tr>
  22.             <tr>
  23.                 <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
  24.                 <td width="99%">
  25.                     <table border="0" cellspacing="0" cellpadding="0" width="100%">
  26.                         <tr>
  27.                             <td width="99%" class="cline"><img src="public/t.gif" width="400" height="1" border="0"></td>
  28.                         </tr>
  29.                         <tr>
  30.                             <td width="99%"><span class="date"> <img src="public/t.gif" width="1" height="4"><br>
  31.                                     <b>Logout</b></span></td>
  32.                         </tr>
  33.                     </table>
  34.                     <img src="public/t.gif" width="1" height="10"><br>
  35.                     <span class="listing">You have been successfully logged out.  To log back in just choose an option above.</span>
  36.                     <img src="public/t.gif" width="1" height="10"><br>
  37.                     <!-- Manage table end -->
  38.                     <gbpvr:Footer id="Footer1" runat="server" />
  39.                 </td>
  40.                 <td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
  41.             </tr>
  42.         </table>
  43.      </form>
  44.   </body>
  45. </html>
  46.